home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / telecomm / flashdoc.lzh / BACKUPDO.DO < prev    next >
Text File  |  1992-02-21  |  845b  |  38 lines

  1. >** top of file|
  2. >**
  3.  
  4. backupdo.do V. 1.2.0 - 02/21/92.
  5.  
  6. By Al Fasoldt.
  7.  
  8.  
  9. This is a personal script that backs up my DO files. It is 
  10. included here to show you one way of doing it.
  11.  
  12. Variable R is set by a previously run script; it is the filepath 
  13. variable.
  14.  
  15. |
  16.  
  17. >** Updates all files in DO folder in LZH archive.|
  18. >** updates do file examples and dofile doc.|
  19. >** daily backup versions kept for those.|
  20. >** Runs daily from master.do.|
  21. >ty  |
  22. >if ~R do setpath.do|
  23. >$Q "do\"|
  24. >ifi $A "199" jmp datefound|
  25. >do $Qminidate.do|
  26. >L: datefound|
  27. >cd \|
  28. >cd flash|
  29. >$X "do\backupdo\"|
  30. >ex lharc u -o $Xdofiles.lzh $Q*.DO|
  31. >ex lharc u -o $Xdoprogs.lzh $Q*.PRG $Q*.TTP|
  32. >ex lharc u -o $Xexamp$D.lzh $Qexamples\*.do|
  33. >ex lharc u -o $Xdodoc$D.lzh $Qdodoc*.txt|
  34. >ty |
  35. >ty Do scripts backed up successfully!|
  36. >ty|>ty|
  37. >end|
  38.